home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / speller2.zip / HIER < prev    next >
Text File  |  1995-02-06  |  346b  |  21 lines

  1. spell.hpp:
  2.  ems
  3.  MatchTable
  4.  LRU
  5.   └─xms
  6.  BaseDic
  7.   ├─MainDictionary
  8.   │ ├─XMSDictionary
  9.   │ ├─CXMSDictionary
  10.   │ ├─EMSDictionary
  11.   │ └─DBDictionary
  12.   └─spell
  13.     ├─XmsSpell(XMSDictionary)
  14.     ├─CXmsSpell(CXMSDictionary)
  15.     ├─DiskSpell(DBDictionary)
  16.     └─EmsSpell(EMSDictionary)
  17.  name
  18.  SortedArray
  19.   └─FastDictionary
  20.  Table
  21.